func github.com/jackc/pgx/v5/pgtype.encodeUUID

7 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		uuid.go#L56: func encodeUUID(src [16]byte) string {
		uuid.go#L97: 	return encodeUUID(src.Bytes), nil
		uuid.go#L105: 	return encodeUUID(src.Bytes)
		uuid.go#L116: 	buff.WriteString(encodeUUID(src.Bytes))
		uuid.go#L190: 	return append(buf, encodeUUID(uuid.Bytes)...), nil
		uuid.go#L246: 	return scanner.ScanText(Text{String: encodeUUID(buf), Valid: true})
		uuid.go#L277: 	return encodeUUID(uuid.Bytes), nil